home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / AUTOEXEC.NT_ / autoexec.nt
Text File  |  1993-06-02  |  438b  |  15 lines

  1. @echo off
  2.  
  3. REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
  4. REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
  5. REM different startup file is specified in an application's PIF.
  6.  
  7. REM Install CD ROM extensions
  8. lh %SystemRoot%\system32\mscdexnt.exe
  9.  
  10. REM Install network redirector (load before dosx.exe)
  11. lh %SystemRoot%\system32\redir
  12.  
  13. REM Install DPMI support
  14. lh %SystemRoot%\system32\dosx
  15.